home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Games
/
PC-SIG World of Games (CDRM1080710) (1993).iso
/
2438
/
CREATE.BAT
Wrap
DOS Batch File
|
1980-01-01
|
448b
|
12 lines
.This program creates a directory \LASTHAF in which the game library is "unzipped" using PKUNZIP.EXE. If you don't have PKUNZIP.EXE... Get it!
if x%1==x goto noparm
if x%2==x goto noparm
MKDIR %2\LASTHAF
%1pkunzip lasthaf.zip %2\lasthaf
goto end1
:noparm
.INVALID FORMAT! Type CREATE (drive where PKUNZIP.EXE is) (hard disk)
.Example: CREATE B: C:
:end1
.Distribution of this game with PKUNZIP.EXE on the same disk is prohibited.